home *** CD-ROM | disk | FTP | other *** search
- #
- # $PROJECT: GNU Make include makefiles
- #
- # $VER: release.gmk 1.1 (02.09.95)
- #
- # by
- #
- # Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
- #
- # (C) Copyright 1995
- # All Rights Reserved !
- #
- # $HISTORY:
- #
- # 02.09.95 : 001.001 : initial
- #
-
- RX = Sys:Rexxc/rx
-
- $(RELEASE):
- $(RX) makereadme.rexx $(NAME) $(HISTORY) $(PRJREADME) $(VERSTR) $(DISTTYPE) $(PLACE) $(strip $(SHORT)) >Release:$(basename $@).readme
- s:release_archive Release:$@ $(RELEASEPAT)
-
-